home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d2 / reconfig.arc / INSTALL.BAT next >
Encoding:
DOS Batch File  |  1990-02-02  |  495 b   |  21 lines

  1. echo off
  2. cls
  3. if not exist reconfig.exe goto fail
  4. if exist install.txt type install.txt
  5. reconfig -install %1
  6. goto end
  7.  
  8. :fail
  9. cls
  10. echo .
  11. echo .     Reconfig installation ABORTED...Could not find Reconfig.exe...
  12. echo .
  13. echo .     To install from Drive A, type:             A:
  14. echo .                                                INSTALL
  15. echo .
  16. echo .     Or, to install from Drive B, type:         B:
  17. echo .                                                INSTALL
  18. echo .
  19.  
  20. :end
  21.